home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / tg_os2.zip / INST2.CMD < prev    next >
OS/2 REXX Batch file  |  1996-05-28  |  188b  |  10 lines

  1. /* Node 2 Startup REXX program */
  2. call RxFuncAdd 'SysSleep', 'RexxUtil', 'SysSleep'
  3. d = 1
  4. do while d = 1;
  5. flag = 0
  6. do while flag = 0
  7.     startdos 2.cmd
  8.     flag = flag + 1
  9. end
  10. end